.apm-header-bar-container {
    color: white;
    background-color: #7f7bf7;
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    text-align: center;
}
.date-button-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 25px;
    padding-top: 5px;
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; */
}
.apm-date-button {
    border-radius: 5px;
    margin-right: 0px;
    height: 55px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: black;
    padding: 5px 10px 0px 10px;
}

.date-button-wrapper .active {
    background-color: #6539fd;
    color:  white !important;
}

.apm-date-button .day {
    font-size: 25px;
    font-weight: 500;
    padding: 0px;
    margin: -5px;
}

.apm-date-button .month {
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin-bottom: 5px;
}

.apm-date-button-disable {
    border-radius: 5px;
    margin-right: 0px;
    height: 55px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: black;
    padding: 5px 10px 0px 10px;
    color  : #b4b4b4;
}


.apm-date-button-disable .day {
    font-size: 25px;
    font-weight: 500;
    padding: 0px;
    margin: -5px;
    text-decoration: line-through;
}

.apm-date-button-disable .month {
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin-bottom: 5px;
}

.time-slot-warpper {
    height: 180px;
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    align-content: flex-start;
}

.time-slot-warpper .active {
    border: 3px solid #6539fd;
}

.apm-slot-button {
    border: 1px solid #272727;
    border-radius: 8px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    cursor: pointer;
    width: 90%;
    max-height: 73px;
}

.apm-slot-button .time {
    font-size: 16px;
    color: black;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.apm-slot-button .officer {
    font-size: 16px;
    color: #272727;
    padding: 0px;
    margin: 0px;
}

.no-sapce {
    margin: 0;
    padding: 0;
}

.de-button {
    background-color: #6539fd !important;
    color: white !important;
}

.de-button:hover {
    color: white !important;
    filter: brightness(110%);
}

.de-button:is(:active, :focus) {
    color: white !important;
    filter: brightness(80%);
    /* outline-color: #471fd8 !important; */
}

.pastel-success-button {
    background-color: #31c151 !important ;
    color: white !important;
}

.pastel-success-button:hover {
    color: white !important;
    filter: brightness(110%);
}

.pastel-success-button:is(:active, :focus) {
    color: white !important;
    filter: brightness(80%);
    /* outline-color: #471fd8 !important; */
}

.underline_text {
    text-decoration: underline;
}

.cart_button {
    position: fixed;
    bottom: 75px;
    z-index: 999;
    border-radius: 50%;
    right: 8px;
    width: 52px;
    height: 50px;
}

.cart_button .cart_noti {
    position: fixed;
    right: 10px;
    font-size: 14px;
    bottom: 109px;
    border-radius: 50%;
    background-color: #ff9d23;
    padding: 0px;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.circles {
    height: 99px;
    position: fixed;
    width: 100px;
    bottom: 50px;
    right: -15px;
    z-index: 998;
}
.circles > div {
    animation: growAndFade 1.5s infinite ease-out;
    background-color: #ff0e0e;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.circles .circle1 {
    animation-delay: 0.0s;
}
.circles .circle2 {
    animation-delay: 0.4s;
}
.circles .circle3 {
    animation-delay: 0.8s;
}
@keyframes growAndFade {
    0% {
        opacity: 0.5;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.reserve_heal_container{
    display: flex;
    height: 400px;
    overflow-y: auto;
    padding: 5px 2px 20px 2px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.reserve_heal_wrapper{
    cursor: pointer;
    margin-top: 15px;
}

.reserve_heal{
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #e3e3e3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
    background-color: white;
}
.reserve_detail{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.img_header{
    /* width: 50%; */
    margin: 3px 0px 3px 0px;
}
.reserve_detail{
    width: 100%;
}
.reserve_detail .header_text{
    font-size: 16px;
    font-weight: 600;
}
.reserve_detail .detail{
    word-break: break-all;
    word-wrap: normal;
    height: 42px;
    overflow: hidden;
    font-size: 12px;
}
.reserve_detail .price{
    font-size: 14px;
    color: #1a1a1a;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
}

.reserve_detail .a_icon{
    position: absolute;
    bottom: 10px;
    right: 30px;
    font-size: 17px;
    color: #929292;
}

.noti_cart_wrap{
    padding: 0px;
    text-align: center;
    margin: 0px 10px 0px 10px;
    width: 10%;
}

.noti_cart_text{
    background: white;
    font-weight: 600;
    color: #663cff;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.noti_cart_price{
    width: 20%;
    margin-right: 20px;
    text-align: end;
    font-weight: 500;
}

.divid{
    border-top: 1px solid #bbb;
    margin: 10px 0 10px 0px !important;
}
.divid_dot{
    border-top: 1px dotted #bbb;
    margin-top: 1px;
    margin-bottom: 1rem;
}

.p_delete_btn{
    float: right;
}

.cart_list_contaner {
    min-height: 100px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cursor_pointer{
    cursor: pointer;
}
.flex-center-btn{
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fake_price{
    color: #929292;
    text-decoration-line: line-through;
    font-size: 12px;

}

.resever_img{
    width: 300px;;
    height: 110px;
}

.mycart-button {
    background-color: #6539fd !important;
    color: white !important;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mycart-button:hover {
    color: white !important;
    filter: brightness(110%);
}

.mycart-button:is(:active, :focus) {
    color: white !important;
    filter: brightness(80%);
    /* outline-color: #471fd8 !important; */
}

.section_sender_container{
    border: 5px solid #c2c2c2;
    border-radius: 12px;
    padding: 25px 15px 15px 15px !important;
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.section_sender_container-approve {
    border-color:  #4cc466 !important;
}
.section_sender_container-reject {
    border-color:  #eb1111 !important;
}
.section_sender_container-waring {
    border-color:  #f5ae2c !important;
}

.report_text_con{
    position: absolute;
    top: -18px;
    padding: 0px 10px 0 10px;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    align-self: center;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.report_text_con-approve {
    color: #0f8c2a !important;
}
.report_text_con-warning{
    color: #cc9123;
}
.report_text_con-reject{
    color: #c10606;
}


.file-input {
    display: none;
}

.file-input-label {
    font-size: 16px;
    padding: 4.5px 30px;
    border: 1px solid rgb(206 206 206);
    border-radius: 4px;
    width: 100%;
    color: #ffffff;
    background-color: #174694;
    text-align: center;
}

.file-input-label-active {
    color: #ffffff;
}

.file-input-label-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.text-relly-seconday {
    color : rgb(123 123 123 / 75%);
}

.download-qr{
    height: 24px;
    font-size: 14px;
    text-align: center;
    padding: 1px 6px;
}

